Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 4 - Printing Messages / Printing Messages Reference
User Interface Constants and Data Types


Parse Range Results

The parse range results enumeration provides the constants that are used as the return result of the GXParsePageRange message, which is described on page 4-60.

enum {
   gxRangeNotParsed     = (gxParsePageRangeResult) 0,
   gxRangeParsed        = (gxParsePageRangeResult) 1,
   gxRangeBadFromValue  = (gxParsePageRangeResult) 2,
   gxRangeBadToValue    = (gxParsePageRangeResult) 3
};
typedef long gxParsePageRangeResult;
Constant descriptions

gxRangeNotParsed

QuickDraw GX has not yet parsed a page range in the string.
gxRangeParsed
QuickDraw GX has successfully parsed a page range in the string.
gxRangeBadFromValue

QuickDraw GX has encountered an invalid value in the "from page" string during the parse.
gxRangeBadToValue

QuickDraw GX has encountered an invalid value in the "to page" string during the parse.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help